home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
applications
/
patch
/
bmepatch.lha
/
bmepch.lha
/
bme_patch
next >
Wrap
Text File
|
1992-12-08
|
596b
|
29 lines
echo "BME patch file"
echo "Copyright 1992 Soft-Logik Publishing Corp."
echo " "
echo "This will convert BME 1.1.1 into BME 1.1.2."
echo " "
echo "The new program created by this patch"
echo "is covered by the same licensing agreement"
echo "as the old program from which the patches"
echo "are being made."
echo " "
echo "Patching..."
;
;patch the executables
lpatch -pbme.pch BME
;
;rename the old copy to .old
rename BME as BME.old
rename BME.info as BME.old.info
;
;rename the new copy
rename BME.new as BME
copy BME.old.info to BME.info
;
;cleanup
delete lpatch
;
echo " "
echo " Finished."